Component org.nuxeo.ecm.platform.oauth.auth.defaultConfig
In bundle org.nuxeo.ecm.platform.oauth
Contributions
XML Source
<?xml version="1.0"?>
<component name="org.nuxeo.ecm.platform.oauth.auth.defaultConfig">
<extension
target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService"
point="preFilter">
<preFilter name="OAuth" class="org.nuxeo.ecm.platform.ui.web.auth.oauth.NuxeoOAuthFilter"/>
</extension>
</component>